<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900|Bebas Neue:300,400,500,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
}

body {
	/* font-family: 'Poppins', sans-serif; */
	/* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
	font-family: 'Barlow', sans-serif;
	/* font-family: "arial"; */
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #000;
	overflow-x: hidden;
}
p, a, h1, h2, h3, h4, h5, h6, li, label, span, i, b, div, ol, figure {
    margin: 0;
    padding: 0;
   /* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
 /* font-family: "arial"; */
}

.font1{font-family: 'Bebas Neue';}
a {
	text-decoration: none;
/* 	font-family: 'Poppins', sans-serif; */
/* font-family: 'Barlow', sans-serif; */
	color: #000;
	font-size: 16px;
	transition-duration: .3s;
}

a:hover,a:focus,a:visited {	
	text-decoration: none;
	outline: none;
	color: #000;

}
p{padding: 0;margin: 0;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input{
   border: 0px;
   background-color: none;
   outline: none;
}
input:focus{
   outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: 0;
}
button,
select { /* 1 */
  text-transform: none;
  border: 0;
}
input,select{
  outline: none

}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}
.clear{clear: both;width: 100%;}
.container{min-width: 1300px;padding: 0;}
.container-fluid{min-width: 1300px;}
/* .swiper-container{min-width: 1300px;} */


 /* 棣栭〉瀵艰埅 */
 .inlogo{position: absolute;top:7%;left: 7%;}
 .intitle{position: absolute;top:30%;text-align: center;left: 0;width: 100%;font-size:  65px;color: #fff;}
 .incont{position: absolute;top:37%;text-align: center;left: 0;width: 100%;font-size: 30px;color: #fff;}
 .contflbox{position: absolute;top:50%;text-align: center;left:50%;margin-left: -348px;width:696px;height: 100px;color: #fff;}
 .contflbox a{width: 50%;float:left;font-size: 28px;color: #fff;height:54px;line-height: 54px;}
 .contflbox a .leftanbox{width: 300px;display: block;float: left;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .contflbox a .rightanbox{width: 300px;display: block;float: right;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .weizhi{overflow: hidden;height: 50px;line-height: 50px;position: relative;}
 .weizhi .tzzwz{position: absolute;top:0;left: 0;width: 100%;text-align: center;line-height: 50px;transition-duration: .3s;}
  .contflbox a:hover .weizhi .tzzwz{top: -50px;}
 .contflbox a .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #e50012;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #e50012 solid;
	border-bottom: 3px #e50012 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}
.contflbox a .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #e50012;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #e50012 solid;
	border-bottom: 3px #e50012 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}

 .anbox{position: absolute;top:70%;text-align: center;left:50%;margin-left: -140px;width:280px;height: 30px;}
 .anbox&gt;.enbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #000000;color: #fff;border-radius: 50px;display: block;font-size: 16px;z-index: 10;float: left;position: relative;left: 10px;transition-duration: .3s;}
  .anbox&gt;.enbox a:hover{background: #e50012;}
  .anbox&gt;.cnbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #fff;color: #000;border-radius: 50px;display: block;font-size: 16px;z-index: 8;left: -10px;float: left;position: relative;transition-duration: .3s;}
  .anbox&gt;.cnbox a:hover{background: #e50012;z-index: 11; color: #fff;}

/* 瀵艰埅 */
.navdbox{position: relative;z-index: 100;background: #fff;}
.navbox .logo{float: left;}

 .navboxdh{float: right;}
.navboxdh&gt;ul&gt;li{position: relative;text-align: left;width: 102px;background: #fff;}
.navboxdh&gt;ul&gt;li&gt;a{padding: 0 2px;background: #fff;}

.navboxdh&gt;ul&gt;li::after{
	content: "";
	position: absolute;
	bottom: -0;
	left: 0;
	height: 3px;
	width:0;
	background: #e50012;
	z-index: 10;
	transition-duration: .3s;
}
.navboxdh&gt;ul&gt;li:hover::after{
	content: "";
	position: absolute;
	bottom: -0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #e50012;
	z-index: 10;
	transition-duration: .3s;
}
.navboxdh&gt;ul&gt;li&gt;a.hctive::after{
	content: "";
	position: absolute;
	bottom: -0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #e50012;
	z-index: 10;
	transition-duration: .3s;
}
.navboxdh&gt;ul&gt;li&gt;a:hover{color: #e50012;}
.navboxdh&gt;ul&gt;li&gt;a.hctive{color: #e50012;}

.navboxdh&gt;ul&gt;li&gt;a{color: #000;height:73px;text-align: center;line-height: 73px;}
.navboxdh&gt;ul&gt;li&gt;ul{width: 100%;}
.navboxdh&gt;ul&gt;li&gt;ul&gt;li{height:45px;line-height:45px;background: #e50012;text-align: center;padding: 0;margin: 0;position: relative;border-bottom: 1px #e50012 solid;}
.navboxdh&gt;ul&gt;li&gt;ul&gt;li a{color: #fff;}
.navboxdh&gt;ul&gt;li&gt;ul&gt;li:hover a{background-color: #000;color: #fff;}


.navboxdh .tright{float: right;position:relative;width: 102px;height: 73px;line-height: 73px;text-align: right;}
.navboxdh&gt;.tright&gt;img{display:block;float: left;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.navboxdh .tright&gt;span{cursor: pointer;width:57px;color: #000;display:  inline-block;line-height: 80px;height: 73px;text-align: center;float: right;position: relative;}
.navboxdhnavboxdh .tright&gt;span::after{
	content: "";
	position: absolute;
	width: 6px;height: 6px;background: url(../images/jiao.png) no-repeat;
	top:50%;right: 0;z-index: 20;
}

.lgbox{position: absolute;top:-8px;right:53px;z-index: 888; background:#e50012 ;width: 134px;text-align: left; -webkit-transition: 0.3s;
	transition: 0.3s;height: 0;overflow: hidden;}
	
.lgbox li{display: block;width: 100%;border-bottom: 1px #f28089 solid;height: 45px;}
.lgbox li a{color: #fff;padding-left:15px;height: 45px;line-height: 45px;}
.lgbox li a span{padding:0 5px;font-family: 'Arial';text-transform:uppercase;font-size: 16px;}
.lgbox li a img{height: 20px;}
.lgbox li:hover{background: #000;}

.navboxdh .tright span:hover .lgbox{display: block;height: 90px;}



.searssssss{
	width: 100%;height: 22px;line-height: 22px;
}

.searssbox{width: 150px;float: right;height: 22px;line-height: 22px;margin-top: 15px;}
.searssbox input{display: block;float: left;width: 120px;border: 1px #000000 solid;}
.searssbox .san{width: 30px;height: 22px;text-align: center;float: right;background: #000000;}
.searssbox .san img{display: block;margin: 0 auto;margin-top: 1px;}


.gsttt{width: 302px;height: 411px;background: #ffffff;padding:56px;position: absolute;right: 0;bottom: 0;}
.gsttt h3{color: #0167b9;font-size: 24px;font-weight: bold;line-height: 35px;position: relative;}
.gsttt h3::after{
content: "";
position: absolute;
width: 60px;
height: 2px;
background: #0167b9;
left: 0;
bottom: -20px;

}
.gsttt p{margin-top: 40px;color: #696e72;font-weight: 400;font-size: 15px;}
.abbo{height: 299px;width: 300px;position: absolute;bottom: 0;right: 302px;background: #0167b9;font-size: 30px;color: #fff;}
.abbo span{margin-top: 80px;margin-left: 50px;}
.abbo .abimg{width: 35px;height: 20px;background: url(../images/jt.png) no-repeat;margin-top: 80px;margin-left: 50px;}


.homtoppro{width: 100%;overflow: hidden;border: 1px #eeeeee solid;transform: 0.6s;margin-bottom: 30px;text-transform: uppercase;position: relative;}
.homtoppro a{display: block;width: 100%;}
.homtoppro img{width: 100%;transition: 0.6s;}
.homtoppro span{display: block;width: 100%;padding: 8px 0;text-align: center;font-weight: bold; color: #abaaaa;  }
.homtoppro p{display: block;width: 100%;text-align: center;padding-bottom: 30px;color: #abaaaa; }
.homtoppro:hover{-moz-box-shadow:0px 0px 8px #ddd;box-shadow: 0px 0px 8px #ddd;}
.homtoppro:hover img{transform: scale(1.07);}
.homtoppro::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	transition: 0.6s;
	background: #e50012;
	
}
.homtoppro:hover::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #e50012;
	
}
.homtoppro:hover span{color: #e50012;}



 .lj{float: right;width:115px;height:22px;line-height: 22px;text-align: center;position: relative;z-index: 300;color: #000;cursor: pointer;border-top: 15px #fff solid;}
 .lj span{z-index: 10000;display: block;}
 .lj a{width: 100%;line-height: 22px;background: #e50012;position: relative;z-index: 300;color: #000;text-transform: uppercase;}
 .lj&gt;a::after{
	    content: "";
	    position: absolute;
	    top: 22px;
	    right: 0;
	    background: url(../images/jiao.png) no-repeat;
	    width: 5px;
	    height: 6px;
}
 .lj ul{
	position: absolute;
    top: -130px;
    right: 0;
    background: #e50012;
    z-index: 320;
	height:90px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
	border-top: 10px #fff solid;
	
}
 .lj:hover ul{
	position: absolute;
    top:22px;
    right: 0;
    background: #e50012;
    z-index: 320;
	height:90px;	
	
}
 .lj ul li{width:120px;height:40px;line-height:40px;text-align: left;display: block;cursor: pointer;}
 .lj ul li a{background:#e50012 ;color: #fff;height: 40px;line-height: 40px;padding-left: 10px;}
 .lj ul li a:hover{background:#000;color: #fff;}
 .lj ul li img{height: 20px;}

.xiala_erji{
	/* transition:all 0.4s ease-in; */
	height:0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top:102px;
    z-index: 80;
	background: #fff;
}

.headabout{
	    background: #fff;
	    height: 237px;
}
.headpro{background: #fff;
	    height:335px;
}
.newboxhe{
	background: #fff;
	height: 280px;
}
.zjboxhe{
	background: #fff;
	height: 370px;
}
.yzboxhe{
	background: #fff;
	height: 350px;
}
	
.newboxlist{width: 100%;border: 1px #eeeeee solid;margin-bottom: 30px;}
.newboxlist .neimgbox{width: 100%;overflow: hidden;}
.newboxlist .neimgbox img{width: 100%;transition: 0.6s;}
.newboxlist h4{font-size: 18px;padding:20px;font-weight: bold;}
.newboxlist span{padding:0 20px;color: #2c2a2a;}
.newboxlist p{padding:10px 20px;font-size: 14px;color: #2c2a2a;margin-bottom: 40px;}
.newboxlist p span{display: block;float: left;padding: 0;}
.newboxlist p span:nth-child(2){padding-top: 2px;padding-left: 6px;}
.newboxlist:hover h4{color: #e50012;}
.newboxlist:hover{-moz-box-shadow:0px 0px 8px #ddd;box-shadow: 0px 0px 8px #ddd;}
.newboxlist:hover .neimgbox img{transform: scale(1.05);}
.newboxlist:hover p span{color: #e50012;}

.proboxhe{width:30%;float: left;margin-top: 40px;position: relative;}		
/* .proboxhe::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	width: 1px;
	background: #b3b3b3;
} */
.proboxhe h3{display: block;width: 40%;float: left;font-size: 16px;text-align: center;font-weight:bold;}	
.proboxhe h3 span{padding-top: 10px;display: block;}
.proboxhe h3 img{width: 148px;height: 148px;display: block;}
.proboxhe h3 a:hover{color:#e50012}	
	
.proboxhe .proxfllist{width:50%;float: left;}	
.proboxhe .proxfllist li{line-height: 30px;padding-left:25px;display: block;width: 100%;}
.proboxhe .proxfllist li a:hover{color:#e50012;padding-left: 15px;}	
	
.nebbb1{width: 30%;float: left;margin-top: 40px;}
.nebbb1 li{left: 30px;width:80%;line-height: 50px;font-size: 18px;position: relative;cursor: pointer;}
.nebbb1 li i{position: absolute;top:35%;right: 0;color: #ccc;}
.nebbb1 li::after{
	content:"";
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;height: 1px;background: #ccc;
}
.nebbb1 li:hover a{color: #e50012;padding-left:10px;}
.nebbb1 li:hover::after{
	background: #e50012;
}
.nebbb2{width: 70%;float: left;margin-top: 40px;}
.nebbb2 li{width: 33.2%;float:right;}
.nebbb2 li .newimg{width: 240px;height: 150px;overflow: hidden;}
.nebbb2 li img{width: 240px;height: 150px;transform:scale(1);-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.nebbb2 li:hover img{border: 1px #e50012 solid;transform:scale(1.1);}
.nebbb2 li:hover span{color: #e50012 ;}
.nebbb2 li span{display: block;margin-top: 15px;}
		
.abnav{width:215px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.abnav:nth-child(5){margin-right: 0;}
.abnav img{width: 64px;height: 64px;margin-top:28px;}
.abnav span{width: 100%;display: block;margin-top: 10px;}
.abnav:hover span{color: #e50012;}
.abnav:hover{background: #e3e3e3;}

.lxnav{width:269.5px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.lxnav:nth-child(5){margin-right: 0;}
.lxnav img{width: 64px;height: 64px;margin-top:28px;}
.lxnav span{width: 100%;display: block;}
.lxnav:hover{color: #e50012;}
.lxnav:hover span{color: #e50012;}
.lxnav:hover{background: #e3e3e3;}

.sebox{height: 327px;background: #f7f7f7;margin-top: 40px;}
.tvbb{margin:0 auto;padding-top: 80px;text-align: center;font-size: 26px;font-weight: bold;color: #37383c;}
.inop{height: 78px;width: 550px;position: relative; border-radius:100px;border: 1px #eeeeee solid;background: #fff;margin: 0 auto;padding: 0 4px;margin-top: 50px;}
.inop input{height: 70px;line-height: 70px;margin-left: 30px;width: 444px;}
.inop img{cursor: pointer;}


.flinbox{width: 100%;text-align: center;padding-top: 30px;height: 205px;line-height: 25px;}

.flinbox .flimg1a{display: none;}
.flinbox .flimg2a{display: none;}
.flinbox .flimg3a{display: none;}
.flinbox .flimg4a{display: none;}
.flinbox h3{font-size: 18px;font-weight: bold;color: #000000;padding-top:6px;}
.flinbox span{color: #7e7e7e;font-weight: 500;padding-top:4px;}
.flinbox p{color: #7e7e7e;font-weight: 500;}
.swiper-slide-thumb-active .flinbox{background: #e50012;}
.swiper-slide-thumb-active .flinbox h3{font-size: 18px;font-weight: bold;color: #fff;}
.swiper-slide-thumb-active .flinbox span{color: #fff;font-weight: 500;}
.swiper-slide-thumb-active .flinbox p{color: #fff;font-weight: 500;}
.swiper-slide-thumb-active .flinbox .flimg1{display: none;}
.swiper-slide-thumb-active .flinbox .flimg1a{display: block;}
.swiper-slide-thumb-active .flinbox .flimg2a{display: none;}
.swiper-slide-thumb-active .flinbox .flimg2a{display: block;}
.swiper-slide-thumb-active .flinbox .flimg3a{display: none;}
.swiper-slide-thumb-active .flinbox .flimg3a{display: block;}
.swiper-slide-thumb-active .flinbox .flimg4a{display: none;}
.swiper-slide-thumb-active .flinbox .flimg4a{display: block;}



.flmorebox{width: 20%;float: left;border: 1px #eee solid;border-left: 0;height: 205px;background: #fff;cursor: pointer;}
.flmorebox .flinbox h3{font-size: 18px;font-weight: bold;color: #000000;padding-top:6px;}
.flmorebox .flinbox span{color: #7e7e7e;font-weight: 500;padding-top:4px;}
.flmorebox .flinbox p{color: #7e7e7e;font-weight: 500;}
.flmorebox .flinbox .flimg1a{display: none;}

.flmorebox:hover{width: 20%;float: left;border: 1px #eee solid;border-left: 0;height: 205px;background: #e50012;}
.flmorebox:hover .flinbox h3{font-size: 18px;font-weight: bold;color: #fff;}
.flmorebox:hover .flinbox span{color: #fff;font-weight: 500;}
.flmorebox:hover .flinbox p{color: #fff;font-weight: 500;}
.flmorebox:hover .flinbox .flimg1{display: none;}
.flmorebox:hover .flinbox .flimg1a{display: block;}




/* 棣栭〉浜у搧灞曠ず */
.homeprobox{}

.topbooox{width: 800px;margin: 0 auto;}
.topbooox h3{font-size:34px;display: block;clear: both;text-align: center;position: relative;margin-top: 20px;color: #1b1b1b;
margin: 0 auto;text-transform: uppercase;padding-bottom: 6px;}
.topbooox span{text-align: center;color: #1b1b1b;display: block;width: 100%;font-size: 18px;color: #7b7b7b;position: relative;}
.topbooox span::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background: #e50012;
}
.topbooox p{text-align: center;color: #1b1b1b;}
/* .topbooox ::after{
	content: "";
	position:absolute;
	left: -83px;
	z-index: 1;
	top:20px;
	width: 130px;
	height: 3px;
	background:url(../images/l1.png) no-repeat;	
}
.topbooox ::before{
	content: "";
	position:absolute;
	right: -127px;
	z-index: 1;
	top:20px;
	width: 130px;
	height: 3px;
	background:url(../images/r1.png) no-repeat;	
} */


.molreab{width: 109px;height: 37px;line-height: 37px;text-align: center;border: 1px #a4a4a4 solid;color: #a4a4a4;clear: both;display: block;margin: 0 auto;margin-top: 40px;}
.molreab:hover{background: #e50012;color: #fff;border: 1px #e50012 solid;}


.topbooox .potopfl{width: 85%;margin: 0 auto;}
.topbooox .potopfl li{width:33.3%;text-align: right;float:right;font-weight:bold;}
.topbooox .potopfl li a{position: relative; border: 1px #000000 solid;padding: 10px 20px;}
.topbooox .potopfl li a:hover{color: #fff;border: 1px #e50012 solid;background: #e50012;}
.topbooox .potopfl li .active{color: #fff;border: 1px #e50012 solid;background: #e50012;}


#myscroll{width: 100%;position:relative}
.tab-content{}


.sbox{text-align: center;line-height: 80px;height: 80px;padding:5PX;}
.sbox a{padding-bottom: 0;font-size: 16px; position: relative;-moz-box-shadow:0px 0px 8px #ddd;box-shadow: 0px 0px 8px #ddd;background: #fff;}
.sbox a&gt;span{line-height: 20px;display: block;width: 100%;position: absolute;top: 293px;left: 0;color: #fff;text-align: left;padding-left:20px; transition: all 0.6s; opacity: 1;}
.sbox a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;height: 100%;
	background: #0e4b7c;
	opacity: 0;
	z-index: 500;
	transition: all 0.6s; 
}
.sbox .conttactive{position: absolute;top:0;left:50%;z-index: 1000;width: 70%;height: 100%;padding-top:0;transform: translateX(-50%);opacity: 0;transition: all 0.6s; }
.sbox .conttactive&gt;img{display: block;margin: 0 auto;margin-bottom: 10px;}
.sbox .conttactive&gt;span{display: block;line-height: 20px;text-align: center;color: #fff;}
.sbox a:hover .conttactive{opacity:1;padding-top:140px;}
.sbox a:hover::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;height: 100%;
	background: #0e4b7c;
	opacity: 0.8;
	z-index: 500;
}


.sbox a .imgaaaaa{overflow: hidden;}
.sbox a .imgaaaaa&gt;img{transition: all 0.6s; }
.sbox a:hover{-moz-box-shadow:0px 0px 8px #ddd;box-shadow: 0px 0px 8px #ddd;}
.sbox a:hover&gt;span{transition: all 0.4s; opacity: 0; }
.sbox a:hover .imgaaaaa&gt;img{transform:scale(1.07);}
.sbox a .imgaaaaa&gt;img{width: 100%;}
.nav-tabs{border: 0;}


/* 棣栭〉鍏徃绠€浠� */
.abtoubox{padding:0 15px;}
.abtoubox h3{margin: 0 auto;width:70%;font-size:22px;display: block;clear: both;text-align: left;position: relative;background: #000000;color: #fff;text-align: center;padding: 5px 0;margin-top: 20px;margin-bottom: 20px;}

.abtoubox h3 span{color: #e50012;padding-right: 10px;}
.abtoubox .inaboobbox{line-height: 30px;color: #414141;font-family: arial;width: 600px;text-align: left;}
.abtoubox a{display: block;width: 120px;height: 40px;line-height: 36px;text-align: center;color: #000;margin-top: 18px;border: 3px #000000 solid;}
.abtoubox a:hover{background: #e50012;color: #fff;}

.xieti{position: absolute;right:0px;top:10px;font-family: "arial black";font-weight: bold;font-size:60PX;


}

/* 棣栭〉妗堜緥 */
.cass1{display: block;overflow: hidden;position: relative;overflow: hidden;}
.cass1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 0;
	height: 100%;
	background: #0e4b7c;
	opacity: 0;
	transition: all 0.6s;
}
.cass1 .cassactive{position: absolute;width: 80%;height: 100%;top: 0;left: 50%;transform: translateX(-50%);z-index: 200;text-align: center;padding-top: 0;transition: all 0.6s;opacity: 0;}
.cass1 .cassactive&gt;img{width: ;}
.asss0{overflow: hidden;}
.cass1 .cassactive span{color: #fff;display: block;width: 100%;text-align: center;font-size:16px; padding-top: 15px;}
.cass1 img{transition: all 0.6s;}
.cass1:hover{-moz-box-shadow:0px 0px 8px #b8b8b8;box-shadow: 0px 0px 8px #b8b8b8;}
.cass1:hover img{transform: scale(1.07);}
.cass1:hover::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #0e4b7c;
	opacity: 0.8;
}
.cass1:hover .cassactive{opacity: 1;padding-top: 110px;}


.zsssbox{width: 100%;font-size: 18px;font-weight: bold;font-family: arial;position: relative;height:184px;background: #fff;margin-top: 74px;color: #7b7a7a;}
.zsssbox .tttbx{position: absolute;left: 30px;top: 50px;}
.zsssbox span{font-size: 36px;color: #7b7a7a;line-height: 50px;}
.zsssbox p{color: #7b7a7a;padding-top: 20px;}
.zsssbox img{position: absolute;right: 29px;top: 58px;}


.clabccimg{width: 519px;height: 472px;position: relative;float: left;}
.clabccimg img{width: 100%;}
.clabccimg::after{
	content: "";
	position: absolute;
	width: 39px;height: 65px;
	right: -39px;
	top: 0;
	z-index: 1;
	background: url(../images/sjx.png) no-repeat;
}

.clbright{width: 781px;float: right;background: #eaebf0;height: 407px;position: relative;z-index: 10;top: 65px;padding: 40px;}
.clbright::after{
	content: "";
	position: absolute;
	width: 52px;height: 90px;
	right:0;
	bottom: 0;
	z-index: 1;
	background: url(../images/sjx2.png) no-repeat;
}

.conttext {line-height: 50px;width: 400px;float: left;}
.conttext h4{font-size: 20px;padding-bottom: 20px;padding-top: 30px;}
.imgboxxx{padding-top: 80px;width:300px;float: right;}
.imgboxxx img:nth-child(2){margin-left: 30px;}

/* 棣栭〉鏂伴椈 */
.newbooxxxli{padding: 10px 0;border-bottom: 1px #efefef solid; margin-left: 10px;position: relative;}
.newbooxxxli::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #ef0a45;
	z-index: 100;
	transition: all 0.6s;
}
.newbooxxxli span{width:80px;height:32px;text-align: center;line-height:32px;background: #FF0000;border-radius: 4px;color: #fff;background: #044589;margin-top: 15px;transition: all 0.6s;}
.newbooxxxli h3{font-size: 18px;padding: 20px 0;font-weight: 500;padding-bottom: 20px;}
.newbooxxxli p{font-size: 14px;color: #767676;line-height: 30px;}
.newbooxxxli:hover span{background: #ef0a45;}
.newbooxxxli:hover h3{color: #ef0a45;}
.newbooxxxli:hover::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ef0a45;
	z-index: 100;
}

/* 鍚堜綔鍝佺墝 */
.hzppppp{display:block;border: 1px #ccc solid;margin-bottom: 30px;}
.hzppppp:hover{border: 1px #ef0a45 solid;}

/* 浼佷笟瀹楁棬 */
.qyyzzz{height: 284px;background: url(../images/qyzz.jpg);background-position:center;background-size: cover;position: relative;}
.qqzzbox{position: absolute;bottom: 100px;left: 0;}
.qqzzbox h3{font-size: 20px;color: #fff;text-transform: uppercase;}
.qqzzbox span{color: #fff;text-transform: uppercase;margin-top: 10px;}
/* 搴曢儴 */

.fotbox{background: #161819;color: #000;}

.botleft{width:25%;float: left;margin-top: 40px;}
.botleft h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
	transition: all 0.3s;
}
.botleft span{color: #fff;padding: 20px 0;padding-right: 60px;display: block;}
.botleft li{line-height: 35px;width: 100%;position: relative;}
.botleft li a{color: #fff;}
.botleft li a:hover{padding-left: 16px;}
.botleft li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width:0;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}
.botleft li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width:12px;
	height: 2px;
	background: #fff;
}



.botleft2{width:20%;float: left;margin-top: 40px;}
.botleft2 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft2 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft2 li{line-height: 35px;width: 100%;position: relative;}
.botleft2 li a{color: #fff;}
.botleft2 li a:hover{padding-left: 16px;}
.botleft2 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft3{width:20%;float: left;margin-top: 40px;}
.botleft3 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft3 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft3 li{line-height: 35px;width: 100%;position: relative;}
.botleft3 li a{color: #fff;}
.botleft3 li a:hover{padding-left: 16px;}
.botleft3 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}



.botleft4{width:20%;float: left;margin-top: 40px;}
.botleft4 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft4 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft4 li{line-height: 35px;width: 100%;position: relative;}
.botleft4 li a{color: #fff;}
.botleft4 li a:hover{padding-left: 16px;}
.botleft4 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botright{width: 133px;float: right;margin-top: 40px;}
.botright h3{font-size: 20px;color: #fff;font-weight: bold;position: relative;margin-bottom: 40px;}
.botright img{width: 133px;display: block;}
.botright span{display: block;width: 100%;text-align: center;;margin-top: 10px;}


.copby{color: #fff;border-top: 1px #044589 solid;}
.footcopy{height: 41px;line-height:40px;width: 100%;font-size: 14px;}
.footcopy .c1{float: left;width:70%;text-align: left;}
/* .footcopy .c2{float: left;width:33.3%;text-align: center;} */
.footcopy .c1 a{color: #fff;font-size: 14px;}
.footcopy .c3{float: right;width:30%;text-align: right;}
.footcopy .c3 a{color: #fff;font-size: 14px;}




.topbanner{height: 426px;background: url(../images/nyb.jpg) no-repeat;background-position: center center;}
.topbanner h2{width: 100%;text-align: center;color: #fff;font-weight: bold;padding-top: 137px;font-size:40px;}
.topbanner span{width: 100%;text-align: center;color: #fff;padding-top:10px;font-size:22px;}


.prob{margin-top: 20px;border: 1px #d2d2d2 solid;font-size: 14px;}
.prob .rowlist{border-bottom: 1px #d2d2d2 solid; line-height: 35px; padding: 7px 0;;}
.prob .altit{width:100px;text-align: center;background: #fafafa;}
.prob .altlist a.btnhove{text-align: center;padding: 1px 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a.btnactive{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a:hover{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right:-2px;}

.alshear{margin-top: 20px;}
.alshear input{width: 300px;border: 1px #bfbfbf solid;border-right: 0;float: left;height: 30px;line-height: 30px;padding-left: 15px;}
.alshear span{display: block;width: 80px;height: 30px;background: #0a3f7a;text-align: center;;line-height:30px;float: left;color: #fff;cursor: pointer;}

/* 妗堜緥鍒楄〃 */
.caseobx{margin-top: 20px;padding-left: 0;}
.calist {border: 1px #bfbfbf solid;margin-bottom: 15px;position: relative;transition-duration: .3s;}
.calist img{width: 100%;height: 214px;}
.calist h4{font-size: 18px;padding-left: 10px; margin-top: 10px;}
.calist p{margin-top: 10px;padding-left: 10px;padding-bottom: 10px;}
.calist span{display: block;width: 100px;height: 30px;background: #e5e5e5;border-radius: 3px;line-height: 30px;text-align: center;font-size: 14px;position: absolute;right: 10px;bottom: 20px;}
.calist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.calist:hover span{background:  #0a3f7a;color: #fff;}

/* 妗堜緥璇︽儏 */
.leiboe{border: 1px #bfbfbf solid;border-bottom: 0;}
.leiboe li{float: left;width: 50%; line-height: 40px;height: 40px;border-bottom: 1px #bfbfbf solid;}
.leiboe li span{display: block;width:80px;background: #e5e5e5;text-align: center;float: left;height:39px;}
.leiboe p{display:block;width: 150px;float: left;padding-left: 10px;}

.clcontent{margin-top: 20px;}

.sjsboxright{border: 1px solid #E5E5E5;padding: 15px;}
.sjsboxright h3{font-size: 16px;height: 35px;line-height: 35px;}
.sjsboxright img{width: 100%;}
.sjsboxright span{margin-top: 10px;line-height:28px;display: block;}
.sjsboxright  a{display: block;padding: 7px 15px;background: #0a3f7a;color: #fff;font-size: 14px;text-align: center;margin-top: 10px;}


.lqbaojia{border: 1px solid #E5E5E5;padding: 15px;margin-top: 20px;}
.lqbaojia h3{font-size:22px;text-align: center;color: #0a3f7a;font-weight: bold;}
.lqbaojia .yonhusan{text-align: center;margin-top: 10px;display: block;margin-bottom: 20px;}
.lqbaojia p input{
	width: 100%;
	    height:30px;
	    line-height:30px;
	    padding: 5px 5px 5px 10px;
	    border: 1px solid #DDD;
	    background-color: #FFF;
	    border-radius: 3px;
	    margin: 6px auto;
}
.lqbaojia p input.rzb_butt1{
	    width: 100%;
	    height: 36px;
	    display: block;
	    border: none 0;
	    margin: 12px 0;
	    cursor: pointer;
	    font-size: 16px;
	    color: #FFF;

	    line-height: 28px;
		background: #0a3f7a;
}



.intuu{width: 100%;padding: 13px;padding-bottom: 14px;overflow: hidden;}
.intuu .cont111{float: left;width: 50%;padding-top:14px;padding-left: 25px;font-size: 14px;}
.intuu .cont111 p{font-size: 24px;padding-top: 6px;}
.intuu .cont222{float: left;width: 50%;font-size: 14px;}



.prolbox{width: 100%;}
.prolbox .polbleft{float: left;width: 490px;height: 513px;}
.prolbox .prolbright{float: right;}
.prolbox .polbleft a{display: block;width: 100%;height: 50%;}
.prolbox .polbleft .pro1{background: #e50012;height: 100%;width: 100%;padding-left: 50px;padding-top: 90px;position: relative;}
.prolbox .polbleft .pro2{background: #fff;height: 50%;width: 100%;}
.pro1 .proabn  span{ padding-left: 60px;color: #fff;font-size: 22px;font-weight: bold;line-height: 62px;}
.pro1 .proabn  i{position: absolute;right: 50px;font-size:50px;color: #fff;}
.pro2 .propro2{padding: 40px 50px;}
.pro2 .propro2 h3{font-size: 16px;font-weight: bold;color: #161616;}
.pro2 .propro2 p{line-height: 25px;padding-top: 15px;color: #000000;opacity: 0.5;}

/* 鏂伴椈鍒楄〃 */
 .newtu{width: 100%;float: left;height:240px;overflow: hidden;}
 .newtu img{width: 100%;height:240px;-webkit-transition: 0.3s;transition: 0.3s;}
 .pptitleab{width:100%;float: left;position: relative;}
 .pptitleab p{color: #000;}
 .stspan1b{font-size:1.2rem;display: block;width:90%;color: #000;font-weight: bold;}
 .stspan2b{display: block;width: 90%;line-height:30px;font-size: 14px;color: #aaaaaa;}
 .tupimg1{display: block;position: absolute;right: 20px;bottom: 70px;background: url(../images/m-a.jpg); width: 48px; height: 27px;}
 .prin2{width: 100%;display: block; border-bottom:2px #eee solid;padding-bottom: 20px;margin-bottom:40px;transition: all 0.6s;}
 .prin2:hover{border-bottom: 2px #e50012 solid; color: #e50012;}
 .prin2:hover .newtu img{transform:scale(1.1);}
 .prin2:hover .stspan1a{color: #e50012;}
 .prin2:hover .stspan2a{}
 .prin2:hover .stspan1b{color: #e50012;}
 .pptitleab .view{width:80px;height: 40px;background: #e50012;color: #fff;text-align: center;line-height: 40px;margin-top: 50px;float: right;opacity: 0;transition: all 0.3s;margin-right: 100px;}
 .pptitleab:hover .view{opacity: 1;margin-right:0}

.inle1{width: 100%;}
.inle1 .titlin{width: 100%;height: 40px;line-height: 40px;background: #e50012;}
.inle1 .titlin h3{font-size: 16px;height: 40px;line-height: 40px;padding-left: 10px;}
.inle1 .titlin h3 span{width:30px;float: right;text-align: left;}
.inle1 .titlin h3 span a{display: block;width: 100%;}
.inle1 .intuupic{width: 100%;}
.inle1 .intuupic img{width: 100%;transition: 0.6s;}
.inle1 .intuupic a{overflow: hidden;}
.inle1 .intuupic a:hover img{transform: scale(1.02);}





 /* 璇︽儏,涓婁竴椤�,涓嬩竴椤� */
 .clear{clear: both;width: 100%;}
 .two{  padding: 10px 0;  border-top: 1px dotted #a5a7aa;  border-bottom: 1px dotted #a5a7aa;width: 100%; margin-top:20px; }
 .page_left{  float: left;  width: 400px;  border-right: 1px solid #d5d8dc;  }
  .page_left p{padding: 0;margin: 0;}
 .page_left a{  display: block;  padding: 20px;  margin-right: 25px;  }
 .page_left a:hover{  background: #e50012;  }
 .page_left a .page1{  width: 40px;  height: 40px; line-height: 40px;text-align: center; float: left;  margin-right: 20px; border: 1px #000 solid;  }
 .page_left a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_left a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_left a:hover .page2{  color: #fff;  }
 .page_left a .page3{  font-size: 14px;  color: #808488;  }
 .page_left a:hover .page3{  color: #fff;  }
 .page_right {  float: left;  width: 400px;  }
   .page_right p{padding: 0;margin: 0;}
 .page_right a {  display: block;  padding: 20px;  margin-left: 25px;  text-align: right;  }
 .page_right a:hover{  background: #e50012;  }
 .page_right a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_right a .page1{  width: 40px;  height: 40px;  line-height: 40px;text-align: center;   float: right;  margin-left: 20px; border: 1px #000 solid;  }
 .page_right a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_right a:hover .page2{  color: #fff;  }
 .page_right a .page3{  font-size: 14px;  color: #808488;  }
 .page_right a:hover .page3{  color: #fff;  }
 
 
 
/*宸ュ湴 */
.gdobxl{padding: 6px;}
.gdlist{margin-bottom:15px;border: 1px #E5E5E5 solid ;padding: 5px;transition-duration: .3s;}
.gdlist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.gdlist img{width: 100%;}
.gdlist h3{font-size:16px;margin-top: 10px;}
.gdlist .sjjj span{font-size: 14px; color: #808488;display: block;width: 50%;float: left;}


/* 妤肩洏 */
.loupabox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom:20px;margin-bottom:20px;position: relative; }
.loupabox:hover{border-bottom: 1px #e50012 solid ;}
.loupabox .loupanleft{width: 320px;float: left;}
.loupabox .loupanleft img{width: 100%}
.loupabox .loupanright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.loupabox .loupanright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 18px;}
.loupabox .loupanright p{color:  #a3a3a3;padding-top: 6px;}
.loupabox span{position: absolute;bottom:20px;right: 0;width: 80px;height: 40px;line-height: 40px;text-align: center;border: 1px #E5E5E5 solid;color: #a3a3a3;}
.loupabox:hover span{background: #e50012;color: #fff;border: 1px #e50012 solid;}


/* 璁捐甯�*/
.sjslistbox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom: 15px;margin-bottom: 15px;}
.sjslistbox .sjsleft{width:130px;float: left;}
.sjslistbox .sjsleft img{width: 100%;transition-duration: .3s;}
.sjslistbox:hover{border-bottom: 1px #003262 solid ;}
.sjslistbox:hover .sjsleft img{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.sjslistbox .sjsright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.sjslistbox .sjsright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 20px;position: relative;}
.sjslistbox .sjsright h5 span{font-size: 16px;padding: 3px 5px;}
.sjslistbox .sjsright h5 .zwbox{background: #003262; color: #fff;border-radius: 10px;font-size: 14px;padding: 3px 5px;}
.sjslistbox .sjsright p{color: #808488;}

.prolistbbb{width:33.3%;float: left;padding: 20px;padding-top: 0;}
 .holist{text-align: center;width: 100%;cursor: pointer;-moz-box-shadow:0px 0px 5px #ddd;box-shadow: 0px 0px 5px #ddd;background: #f4f4f2;}
 .holist span{display: block;width: 100%;height: 50px;line-height: 50px;transition: all 0.3s;}
 .holist a{display: block;width: 100%;}
 .holist a .basssss{overflow: hidden;}
 .holist img{transition: all 0.3s;}
  .holist:hover img{transform: scale(1.07);}
 .holist:hover span{color: #fff;background: #e50012;}
 /* .holist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;} */

.faihiii a{display: block;float: left;width: 31px;height: 31px;background: #e50012;border-radius: 50px;margin-right: 10px;}
.faihiii a:hover{background: #000000;}


.tutitle{background: #e50012;color:#fff;font-size: 14px;line-height: 80px;height: 80px;}
.tutitle .fldh{width:100%;margin: 0 auto;}
.tutitle li{text-align: center;height: 120px;width: 24%;padding-top: 20px;}
.tutitle li img{width: 50px;}
.tutitle li span{display: block;width: 100%;}
.tutitle li a{font-size: 14px;color: #fff;}
.tutitle li.active{background: #000;}
.tutitle li.active a{color: #fff;}

.tutitle .abbox{margin: 0 auto;width: 754px;}
.tutitle .abbox li{height: 79px;padding: 0 40px;text-align: center;line-height: 25px;padding-top: 11px;}
.tutitle .abbox li img{width: 30px;}
.tutitle .abbox li  a{font-size: 16px;color: #666;}
.tutitle .abbox li span{width: 100%;display: block;}

.tutitle .abbox li.active{background: #fff;}
.tutitle .abbox li.active a{color: #e50012;}


.tutitle1{background: #e50012;height: 120px;color:#fff;font-size: 14px;}
.tutitle1 .fldh{width:100%;margin: 0 auto;}
.tutitle1 li{text-align: center;height: 120px;width: 24%;padding-top: 20px;}
.tutitle1 li img{width: 50px;}
.tutitle1 li span{display: block;width: 100%;}
.tutitle1 li a{font-size: 14px;color: #fff;}
.tutitle1 li:hover{background: #000;color: #e50012;}
.tutitle1 li.active{background: #000;}
.tutitle1 li.active a{color: #fff;}

.tutitle1 .abbox{margin: 0 auto;width: 754px;}
.tutitle1 .abbox li{height: 79px;padding: 0 40px;text-align: center;line-height: 25px;padding-top: 11px;}
.tutitle1 .abbox li img{width: 30px;}
.tutitle1 .abbox li  a{font-size: 16px;color: #666;}
.tutitle1 .abbox li span{width: 100%;display: block;}
.tutitle1 .abbox li.active{background: #fff;}
.tutitle1 .abbox li.active a{color: #e50012;}

/* 鍏徃绠€浠� */
.aboutcont{margin-top: 30px;}
.atubox .abnr{color: #666;margin-top:25px;line-height:25px;font-size: 14px;}
.atubox  h3{font-size: 26px;font-weight: bold;color: #e50012;margin-top: 30px;}
.atubox  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;}
.atubox  h6{font-size: 26px;color: #e50012;margin-top: 10px;width: 200px;float: left;}
.atubox  h6 span{color: #666;font-size: 14px;width: 100%;}
.atubox .ablink{width: 150px;line-height: 50px;height: 50px;text-align: center;color:#e50012;border: 1px #e50012 solid;border-radius: 50px;display: block ;float: right;margin-top: 20px;}
.atubox .ablink:hover{background: #e50012;color: #fff;}

.dszcc{padding: 30PX 15px;color: #fff;font-size: 14px;line-height: 30px;}
.dszcc  h3{font-size: 26px;font-weight: bold;color: #fff;margin-top: 30px; margin-bottom: 20px;}
.dszcc  h3 span{color: #eee;font-size: 18px;width: 100%;font-weight:600;}
.dszimg {padding-top:70px;text-align: right;}
.dszimg .dszssimg{float: right;}
.dszimg .dszssimg span{display: block;color: #fff;margin-top: 10px;text-align: center;}


.honnerobx  h3{font-size: 26px;font-weight: bold;color: #e50012;margin-top: 30px; margin-bottom: 20px;text-align: center;}
.honnerobx  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;text-align: center;}

.xiaoflei li{padding: 20px;float: right;}
.xiaoflei li.active a{color: #e50012}
.xiaoflei li a:hover{color: #e50012}


/* 浜у搧鍒楄〃 */
.proleft{width: 280px;float: left;-moz-box-shadow:0px 0px 5px #e50012;box-shadow: 0px 0px 5px #e50012;}
.proleft h3{background: #e50012;color: #fff;text-align: center;height: 60px;line-height: 60px;font-size: 20px;font-weight: bold;}
.proleft ul{border: 1px #e50012 solid;padding: 20px 0;background: #fff;}
.proleft ul li{width: 100%;line-height:40px;display: block;padding-left: 20px;}
.proleft ul li ul{border: 0;padding: 0;}
.proleft a{color: #e50012;}
.proleft a:hover{color: #000;}
.proleft .active{color: #000;}
.proright{float: right;float: right;width: 1000px;}


 /* 鍦ㄧ嚎鐣欒█ */
  .messagebox{background: #fff; padding:.8rem .3rem;padding-top: 0;}
  .messagebox h3{width: 100%;text-align: center;font-size:.24rem;;}
  .messageboxinpubox{width:7rem;margin: 0 auto;margin-top: .30rem;}
  .messageboxinpubox input{width: 6.93rem;height: .7rem;line-height: .7rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
    .messageboxinpubox textarea{width: 6.93rem;height: 2rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
  	.messageboxinpubox .usbmessag{width: 6.93rem;height: .8rem;line-height: .8rem;border-radius: .1rem;background: #e50012;z-index: 20;color: #fff;text-align: center;}
  </pre></body></html>